home *** CD-ROM | disk | FTP | other *** search
- *****************************************************************************
- * This file provides a reference to the address book database file. *
- *
- * Format <field # in database>,<length>,<refence tag>,<col #>,<row #>
- *
- * Valid refence tags are:
- * LN - Last Name FN - First Name SN - Spouse Name *
- * AD - Address CI - City St - State ZP - Zip code
- * HP - Home Phone WP - Work Phone FP - Fax Phone CP - Cellular #
- * BI - Birthday SB - Spouse Birthday AN - Anniverasy
- * NO - Notes BU - Business Name
- *
- * Notes: Database must be in 123 format.
- * All dates are in MM/DD/YY format.
- * All phone numbers are in AAA-NNN-NNNN or NNN-NNNN format.
- *
- 1,17,LN, 1, 1,Last Name
- 2,10,FN, 1,19,First Name
- 3,10,SN, 1,30,Spouse Name
- 4,39,AD, 2, 1,Address
- 5,25,CI, 3, 1,City
- 6, 2,ST, 3,27,St.
- 7,10,ZP, 3,30,Zip
- 8,24,HP, 4, 1,Home Phone
- 9,24,WP, 4,15,Work Phone
- 10, 8,BI, 5, 1,Birthday
- 11, 8,SB, 5,10,Spouse Birth.
- 12, 8,AN, 5,19,Anniversary
- 13,39,NO, 6, 1,Notes
- 14,12,CP, 4,28,Cellular Phone
- 15,39,BU, 7, 1,Business Name
- 16,12,FP, 5,28,Fax Phone #
- *-------------- END OF FILE ------------------*